diff options
Diffstat (limited to 'app/[lng]/procurement/(procurement)/project-gtc/page.tsx')
| -rw-r--r-- | app/[lng]/procurement/(procurement)/project-gtc/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/procurement/(procurement)/project-gtc/page.tsx b/app/[lng]/procurement/(procurement)/project-gtc/page.tsx index 8e12a489..d5cb467a 100644 --- a/app/[lng]/procurement/(procurement)/project-gtc/page.tsx +++ b/app/[lng]/procurement/(procurement)/project-gtc/page.tsx @@ -31,12 +31,12 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div> <h2 className="text-2xl font-bold tracking-tight"> - Project GTC + 프로젝트 GTC 관리 </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 프로젝트별 GTC(General Terms and Conditions) 파일을 관리할 수 있습니다. 각 프로젝트마다 하나의 GTC 파일을 업로드할 수 있으며, 파일 업로드 시 기존 파일은 자동으로 교체됩니다. - </p> + </p> */} </div> </div> </div> |
